.footerAboveOuter .contact, .footerAboveOuter .newsletters, .footerAboveOuter .opportunities{
    min-height:20px;
    }
    a.telFooterPierce {
    display: flex;
    align-items: flex-start; /* Aligns the SVG and text on the same baseline */
    gap: 8px; /* Space between the SVG and text */
    text-decoration: none; /* Remove underline from the link */
    color: inherit; /* Inherit the text color */
}

.telFooterPierce svg {
    flex-shrink: 0; /* Prevent the SVG from shrinking */
}



@media (max-width: 768px) {
    a.telFooterPierce {
        flex-direction: column;
        align-items: flex-start; /* Stack the SVG above the text on smaller screens */
    }
}

a.telFooterPierce p {
    text-decoration: none; /* No underline initially */
}

a:hover.telFooterPierce p {
    text-decoration: underline; /* Underline on hover */
    text-decoration-color: #DB4D70; /* Red color for the underline */
    text-underline-offset: 4px; /* Adjusts the distance of the underline from the text */
    text-decoration-thickness: 2px;
}
@media (min-width: 1440px) {
    .footerOuter.grayLeftWhiteRightLayout:before {
        width: 33%;
    }
}
.inclusive .links{
    
    align-items: center;
    color: #252159;
    display: flex;
    font-size: 14px;
    letter-spacing: .11px;
    line-height: 1.57;
    }
  .inclusive .links svg {
    color: #0096c7;
    height: 11px;
    margin-right: 10px;
    width: 11px;
}

#playlist-4394{
    z-index:2;
    }

@media (min-width: 1024px) {
    .footerOuter.grayLeftWhiteRightLayout:before {
        width: calc(100% - 68%);
    }
}
@media (min-width: 1500px) {
    .footerOuter.grayLeftWhiteRightLayout:before {
        width: calc(100% - 64%);
    }
}
@media (min-width: 2560px) {
        .footerOuter.grayLeftWhiteRightLayout:before {
            width: calc(100% - 61%);
        }
    }
.footerLinksMail a{
    color:#252159;
    }
.footerLinksPhone a{
    color:#252159;
    }
.footerLinksMail svg{
        width:unset;
        height:18px;
        fill:#252159;
        margin-top:2px;
        margin-right:4px;
    }
.footerLinksPhone svg{
        width:unset;
        height:18px;
        fill:#252159;
        margin-top:2px;
        margin-right:4px;
    }
.leftColumnExtraFooter{
    max-width: 180px;
    }
.footer-left-col {
  max-width: 180px;
}

.neche-logo {
  max-width: 150px;
}

.card a {
    color:#f57960;
}
@media (max-width: 1500px) {
.flyout .closeMenu .icon-close{
        right: 1em;
    }

}
.page-aug .homeBannerNew .backgroundImage {
    height: 100%;   
}





